home *** CD-ROM | disk | FTP | other *** search
- @charset "utf-8";
- /* Stylesheet for the Opera drives document */
- /* Copyright 2008 Opera Software */
- @media tv {html {font-size: 150%;}}
- @media screen, projection, tv, speech {
- html {
- font-family: sans-serif;
- color: hsl(0,0%,22%);
- background-color: hsl(0,0%,93%);
- margin: 0 auto 10px;
- border-width: 0 1px;
- border-color: hsl(0,0%,57%);
- border-style: solid;
- max-width: 600px;
- voice-family: female;
- }
- body {
- color: inherit;
- background-color: hsl(0,0%,96%);
- margin: 0;
- }
- h1 {
- font-family: sans-serif;
- font-size: 110%;
- font-weight: normal;
- text-align: right;
- letter-spacing: -1px;
- color: hsl(0,0%,29%);
- background-image: url(images/top.png);
- background-repeat: repeat-x;
- padding: 20px 10px 15px;
- margin: 0;
- border-bottom: 1px solid hsl(0,0%,57%);
- }
- html[dir="rtl"] h1 {
- text-align: left;
- letter-spacing: normal;
- }
- ol {
- padding: 0;
- margin: 0;
- list-style: none;
- }
- li {padding: 15px 40px;}
- a {
- color: hsl(0,0%,29%);
- background-color: transparent;
- }
- a::before {
- content: "";
- background-image: -o-skin('Save');
- margin-right: 15px;
- width: 16px;
- height: 16px;
- display: inline-block;
- speak: none;
- }
- body::after {
- content: "";
- background-color: hsl(0,0%,98%);
- background-image: url(images/center.png);
- background-repeat: repeat-x;
- background-position: left bottom;
- border-top: 1px solid hsl(0,0%,57%);
- height: 20px;
- width: 100%;
- display: block;
- speak: none;
- }
- }
- @media print {
- * {
- color: black;
- background: white;
- text-decoration: none;
- border: none;
- }
- ol {list-style: none;}
- }
-
-